Revision: bazaar--devo--1.4--patch-48
Archive: thelove@canonical.com
Creator: Canonical.com Patch Queue Manager <pqm@canonical.com>
Date: Tue May 17 13:48:03 BST 2005
Standard-date: 2005-05-17 12:48:03 GMT
Modified-files: commands/apply-changeset.c
    commands/apply-delta.c commands/branch.c commands/redo.c
    commands/update.c libarch/apply-changeset.c
    libarch/apply-changeset.h libarch/build-revision.c
    libarch/commit.c libarch/merge-three-way.c
    libarch/merge.c libarch/replay.c libarch/tag.c
    libarch/undo.c
New-patches: robert.collins@canonical.com--general/bazaar--devel--1.4--patch-76
    robert.collins@canonical.com--general/bazaar--devel--1.4--patch-77
    robert.collins@canonical.com--general/bazaar--devel--1.4--patch-78
    robert.collins@canonical.com--general/bazaar--devel--1.4--patch-79
    thelove@canonical.com/bazaar--devo--1.4--patch-48
Summary: some apply_changeset api cleanups - aggregate is now talloc managed, results are returned
Keywords: 

Patches applied:

 * robert.collins@canonical.com--general/bazaar--devel--1.4--patch-76
   apply_changeset now returns the report data (talloced). As a side effect, a couple of leaks were fixed

 * robert.collins@canonical.com--general/bazaar--devel--1.4--patch-77
   factor out identification of removed and missing removed files in changeset application, reducing code duplication and patch application memory footprint

 * robert.collins@canonical.com--general/bazaar--devel--1.4--patch-78
   removed files management refactoring - again with the duplicate code removal

 * robert.collins@canonical.com--general/bazaar--devel--1.4--patch-79
   managed the removed files array with talloc in apply_changeset_report

